docs(hosted-sinks): add provider walkthroughs for Supabase, Neon, and ClickHouse Cloud#807
docs(hosted-sinks): add provider walkthroughs for Supabase, Neon, and ClickHouse Cloud#807joshkauffman wants to merge 7 commits into
Conversation
… ClickHouse Cloud Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| ## 1. Create a ClickHouse Cloud Service | ||
|
|
||
| 1. Sign in to [clickhouse.cloud](https://clickhouse.cloud) and open your organization. | ||
| 2. Click **New service**, choose a cloud provider and region close to StreamingFast's infrastructure, and select a service tier. |
There was a problem hiding this comment.
region close to StreamingFast's infrastructure don't we want to mention it here which region is it?
| 1. In your service, go to **Settings → Security → IP Access List**. | ||
| 2. Click **Add entry** and add `0.0.0.0/0` to allow connections from any IP. | ||
| 3. Save the access list. | ||
|
|
There was a problem hiding this comment.
Everywhere we have this 0.0.0.0, add a hint to contact us if someone has increased enterprise needs where they need to restrict to a given IP range
There was a problem hiding this comment.
Added here. Reviewing if found in other pages.
|
|
||
| ## 5. Configure the Hosted Sink | ||
|
|
||
| In [The Graph Market](https://thegraph.market/sinks), create a new sink and fill in the **Output** section: |
There was a problem hiding this comment.
We have https://thegraph.market/sinks/new that even show up the new sink directly.
There was a problem hiding this comment.
Fixed here and in other example pages
| ### 3. Output | ||
|
|
||
| Choose **Postgres** or **ClickHouse** and fill in the connection details. | ||
|
|
There was a problem hiding this comment.
I would hint here users about out procedure for some popular SQL servives
Clarified instructions for creating a ClickHouse Cloud service and added note on IP access restrictions.
Added walkthroughs for SQL services to the Hosted Sink guide.
| By default, ClickHouse Cloud restricts inbound connections. You must allow StreamingFast's infrastructure to reach your service. Hosted Sinks runs in **us-central1 (Iowa)**. | ||
|
|
||
| 1. In your service, go to **Settings → Security → IP Access List**. | ||
| 2. Click **Add entry** and add `0.0.0.0/0` to allow connections from any IP. Note, if you require a restricted IP range, please contact us at support@streamingfast.io. |
There was a problem hiding this comment.
I think it could be turn into a mailto: link which usually in browser auto open email client, easy to check on GitBook preview
Updated the link for creating a new sink in The Graph Market.
Summary
hosted-sinks.mdwith a Provider Walkthroughs section linking all three guidesEach walkthrough covers: getting credentials from the provider console, creating a dedicated DB user/role with scoped permissions, network access configuration, sink field values, and troubleshooting tips.
Test plan
hosted-sinks.mdresolve to the new files🤖 Generated with Claude Code